marvin.fns.plan
Constants
PROMPT
T
Classes
PlanTask
Functions
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)
Parent Module:
fns