Harrison/spell executor (#4914)

Co-authored-by: Jan Minar <rdancer@rdancer.org>
This commit is contained in:
Harrison Chase
2023-05-18 20:43:33 -07:00
committed by GitHub
parent c06973261a
commit 5feb60f426
2 changed files with 8 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"id": "406483c4",
"metadata": {},
@@ -15,6 +16,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "91192118",
"metadata": {},
@@ -38,6 +40,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "0b10d200",
"metadata": {},
@@ -70,6 +73,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "ce38ae84",
"metadata": {},
@@ -114,10 +118,11 @@
"metadata": {},
"outputs": [],
"source": [
"agent = PlanAndExecute(planner=planner, executer=executor, verbose=True)"
"agent = PlanAndExecute(planner=planner, executor=executor, verbose=True)"
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "8be9f1bd",
"metadata": {},