I built devin-cli to use Devin (the AI Engineer) as a composable subprocess.
It lets you chain agents (e.g. Claude -> Devin) and script workflows without leaving your terminal.
Example:
devin create-session "Refactor the auth module" --wait
Repo: https://github.com/revanthpobala/devin-cli
Install: pip install devin-cli