Skip to content

ObjectJosh/Devon

 
 

Repository files navigation

Devon : Open Source SWE Agent

Usage

To use simply install using pip

pip install devon_agent

Set the Anthropic API key as an environment variable

export ANTHROPIC_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Set the OpenAI API key

export OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Then you can use the agent to modify your code

devon --goal "print hello world when the application starts" --path agent/src/main.py

Features

  • Reliable Multi File Editing
  • use tools such as git

Coming soon

  • UI for interacting with the agent
  • Application generation from requirements
  • Find bugs in existing code
  • SWE tasks such as architecture design, code review, and more
  • Custom model for large context window and code ability

About

Devin is an open-source SWE agent that aims to help software engineers with the development and maintenance of software.

Mission

Coding agents are powerful and we believe that the core of this technology should be open source. We are excited to be a part of the open source community and we are looking forward to collaborating with other developers to build a better future for software engineering.

Contributing

If you would like to contribute to the project, please fill out this form:

Contribution Form

Community

Join our discord server and say hi! discord

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.7%
  • TypeScript 9.0%
  • Other 0.3%