Show me the command to clone metaseq with SSH.

Step 1 : PlannerAgent

Current URL: http://192.168.0.199:8023/
RootWebArea 'Projects · Dashboard · GitLab', focused, url='http://192.168.0.199:8023/'
	[51] banner ''
		[52] link 'Skip to content', url='http://192.168.0.199:8023/#content-body'
		StaticText 'GitLab'
		[58] link 'Dashboard', url='http://192.168.0.199:8023/'
			[59] image ''
		[62] list ''
			[63] 
>
instruction : Type 'metaseq' in the 'Search GitLab' textbox and press enter to search for the project.

Step 2 : ActionAgent

type(bid=130, value=metaseq, press_enter=True)

Step 3 : PlannerAgent

Current URL: http://192.168.0.199:8023/search?search=metaseq&nav_source=navbar
RootWebArea 'metaseq · Search · GitLab', focused, url='http://192.168.0.199:8023/search?search=metaseq&nav_source=navbar'
	[52] banner ''
		[53] link 'Skip to content', url='http://192.168.0.199:8023/search?search=metaseq&nav_source=navbar#content-body'
		StaticText 'GitLab'
		[59] link 'Dashboard',
>
instruction : Click on the link 'Administrator / metaseq' to navigate to the project view.

Step 4 : ActionAgent

click(bid=323)

Step 5 : PlannerAgent

Current URL: http://192.168.0.199:8023/root/metaseq
RootWebArea 'Administrator / metaseq · GitLab', focused, url='http://192.168.0.199:8023/root/metaseq'
	[67] banner ''
		[68] link 'Skip to content', url='http://192.168.0.199:8023/root/metaseq#content-body'
		StaticText 'GitLab'
		[74] link 'Dashboard', url='http://192.168.0.199:8023/'
			[75] image
>
instruction : Click on the 'Clone' button to reveal the clone options.

Step 6 : ActionAgent

click(bid=905)

Step 7 : PlannerAgent

Current URL: http://192.168.0.199:8023/root/metaseq
RootWebArea 'Administrator / metaseq · GitLab', focused, url='http://192.168.0.199:8023/root/metaseq'
	[67] banner ''
		[68] link 'Skip to content', url='http://192.168.0.199:8023/root/metaseq#content-body'
		StaticText 'GitLab'
		[74] link 'Dashboard', url='http://192.168.0.199:8023/'
			[75] image
>
instruction : Extract the SSH clone URL from the 'Clone with SSH' section on the current page.

Step 8 : QaAgent

answer : The SSH clone URL is 'ssh://git@192.168.0.199:2222/root/metaseq.git'.

Step 9 : PlannerAgent

Current URL: http://192.168.0.199:8023/root/metaseq
RootWebArea 'Administrator / metaseq · GitLab', focused, url='http://192.168.0.199:8023/root/metaseq'
	[67] banner ''
		[68] link 'Skip to content', url='http://192.168.0.199:8023/root/metaseq#content-body'
		StaticText 'GitLab'
		[74] link 'Dashboard', url='http://192.168.0.199:8023/'
			[75] image
>
instruction : The command to clone the 'metaseq' repository with SSH is: `git clone ssh://git@192.168.0.199:2222/root/metaseq.git`.

Step 10 : FinalAnswerAgent

final_answer : git clone ssh://git@192.168.0.199:2222/root/metaseq.git