marvin.fns.plan
PROMPT
T
PlanTask
create_tasks
plan
tasks = marvin.plan(“Create a new blog post about the latest AI trends.”) marvin.run_tasks(tasks)
plan_async
tasks = await marvin.plan_async(“Create a new blog post about the latest AI trends.”) await marvin.run_tasks_async(tasks)
fns