diff --git a/demoScripts/full_demo.py b/demoScripts/full_demo.py index a53da09..bdaed9a 100644 --- a/demoScripts/full_demo.py +++ b/demoScripts/full_demo.py @@ -8,7 +8,6 @@ # checking if the Arch has been successfully created print(arch.api_status) - # Creating an Agent using that Arch agent = ao.Agent(Arch=arch, api_key=ao_apikey, uid="full_demo_agent_01")