Skip to content

Latest commit

 

History

80 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llm-devin

PyPI Changelog Tests License

Installation

Install this plugin in the same environment as LLM.

llm install llm-devin

Usage

Devin API

prerequisite: Devin API key and Organization ID (Devin Team Plan)
https://docs.devin.ai/api-reference/overview

Set up a service user and get your organization ID from Settings > Service users.

export LLM_DEVIN_KEY=your_api_key_here
export LLM_DEVIN_ORG_ID=your_org_id_here

llm -m devin "Hello, Devin"

Continue that Devin conversation with llm -c immediately after the previous command, or specify the model explicitly:

llm -m devin -c "Follow-up message"

Start an interactive chat session:

llm chat -m devin

DeepWiki

llm -m deepwiki -o repository ftnext/llm-devin "Summarize this repository"

Development

To set up this plugin locally, first checkout the code:

cd llm-devin

Then create a new virtual environment and install the dependencies and test dependencies:

uv sync --extra test

To run the tests:

uv run pytest

About

LLM plugin to access Devin API

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages