{"library":"controlflow","type":"library","category":null,"description":"ARCHIVED. ControlFlow was a PrefectHQ agentic workflow framework. The repository was archived on August 22, 2025. Its engine was merged into marvin v3. Last version on PyPI: 0.12.1 (Feb 2025). Do not use for new projects — use marvin instead. The controlflow package still installs from PyPI but receives no updates.","language":"python","status":"deprecated","version":"0.12.1","tags":["controlflow","marvin","prefect","agents","deprecated","archived"],"last_verified":"Tue Jun 09","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":[]}],"homepage":null,"github":"https://github.com/PrefectHQ/ControlFlow","docs":null,"changelog":null,"pypi":"https://pypi.org/project/controlflow/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":55,"avg_install_s":30.7,"avg_import_s":7.73,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/controlflow/compatibility"}}