Skip to content

ftnext/llm-devin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 (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"

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

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages