File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
1_launch_interactive_agent Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ Once uv is installed, run the following command:
1313``` bash
1414git clone https://github.com/ServiceNow/AgentLab.git
1515cd AgentLab
16- git checkout tutorial
1716uv run playwright install
1817```
1918> ** Note** : Sometimes, playwright may prompt you to install additional dependencies using ` playwright install-deps ` .
Original file line number Diff line number Diff line change 2222 },
2323 {
2424 "cell_type" : " code" ,
25- "execution_count" : 2 ,
25+ "execution_count" : null ,
2626 "id" : " 6f2843a0" ,
2727 "metadata" : {},
2828 "outputs" : [
496496 " prompt_id = 2\n " ,
497497 " prompt_path = Path(\" .\" ) / f\" prompt_{prompt_id}.txt\"\n " ,
498498 " \n " ,
499- " # typical prompt of Generica Agent for a task of WebArena\n " ,
499+ " # typical prompt of Generic Agent for a task of WebArena\n " ,
500500 " # contains {injection} text ready to be formatted with an attack\n " ,
501501 " prompt = prompt_path.read_text()\n " ,
502502 " print(prompt)"
11641164 ],
11651165 "metadata" : {
11661166 "kernelspec" : {
1167- "display_name" : " AgentLab " ,
1167+ "display_name" : " agentlab " ,
11681168 "language" : " python" ,
11691169 "name" : " python3"
11701170 },
11781178 "name" : " python" ,
11791179 "nbconvert_exporter" : " python" ,
11801180 "pygments_lexer" : " ipython3" ,
1181- "version" : " 3.12.7 "
1181+ "version" : " 3.12.9 "
11821182 }
11831183 },
11841184 "nbformat" : 4 ,
You can’t perform that action at this time.
0 commit comments