Install this plugin in the same environment as LLM.
llm install llm-devinprerequisite: Devin API key (Devin Team Plan)
https://docs.devin.ai/api-reference/overview#get-an-api-key
export LLM_DEVIN_KEY=your_api_key_here
llm -m devin "Hello, Devin"llm -m deepwiki -o repository ftnext/llm-devin "Summarize this repository"To set up this plugin locally, first checkout the code:
cd llm-devinThen create a new virtual environment and install the dependencies and test dependencies:
uv sync --extra testTo run the tests:
uv run pytest