{"library":"controlflow","install":[{"cmd":"pip install marvin","imports":["import marvin\n\n# marvin.run replaces cf.run\nresult = marvin.run('Write a short poem about AI')\nprint(result)\n\n# marvin.Task replaces cf.Task\nfrom marvin import Task, Agent\ntask = Task(instructions='Summarize this text', result_type=str)\n\n# marvin.Thread replaces cf.Flow\nwith marvin.Thread():\n    marvin.run('step one')\n    marvin.run('step two')"]},{"cmd":"pip install controlflow","imports":[]}]}