{"id":50723782,"url":"https://github.com/udaykumar-dhokia/devon","last_synced_at":"2026-06-10T02:04:16.679Z","repository":{"id":351754154,"uuid":"1210457197","full_name":"udaykumar-dhokia/devon","owner":"udaykumar-dhokia","description":"Devon is a state-of-the-art autonomous coding agent built for the modern developer. It doesn't just \"assist\" you with snippets—it takes ownership of GitHub issues, analyzes your codebase, builds implementation plans, and executes code changes directly in your repository.","archived":false,"fork":false,"pushed_at":"2026-04-16T11:33:17.000Z","size":197,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-16T11:38:32.203Z","etag":null,"topics":["ai","ai-agents","autonomous-agents","coding-agent","github"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/udaykumar-dhokia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-14T12:42:32.000Z","updated_at":"2026-04-16T11:33:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/udaykumar-dhokia/devon","commit_stats":null,"previous_names":["udaykumar-dhokia/devon"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/udaykumar-dhokia/devon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udaykumar-dhokia%2Fdevon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udaykumar-dhokia%2Fdevon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udaykumar-dhokia%2Fdevon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udaykumar-dhokia%2Fdevon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/udaykumar-dhokia","download_url":"https://codeload.github.com/udaykumar-dhokia/devon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udaykumar-dhokia%2Fdevon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34133408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","ai-agents","autonomous-agents","coding-agent","github"],"created_at":"2026-06-10T02:04:16.205Z","updated_at":"2026-06-10T02:04:16.664Z","avatar_url":"https://github.com/udaykumar-dhokia.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./logo-bg.svg\" width=\"80\" /\u003e\n\u003c/p\u003e\n\n# Devon - Your Autonomous GitHub Colleague.\n\n**Stop managing issues. Start shipping solutions.**\n\nDevon is a state-of-the-art autonomous coding agent built for the modern developer. It doesn't just \"assist\" you with snippets—it takes ownership of GitHub issues, analyzes your codebase, builds implementation plans, and executes code changes directly in your repository.\n\n\u003c/div\u003e\n\n---\n\n## Why Devon?\n\nCoding is 10% writing and 90% understanding context. Devon flips the script by handling the heavy lifting of context-gathering and planning, so you can focus on the big picture.\n\n- **Fully Autonomous**: From issue description to a verified implementation plan without manual intervention.\n- **Local First**: Powered by **Ollama**, Devon runs entirely on your hardware. Your code stays private, and your costs stay zero.\n- **LangGraph Intelligence**: Built on a sophisticated state-machine architecture that manages memory summaries, tool usage, and iterative reasoning.\n- **Premium Experience**: A monochrome, high-performance interactive shell designed for developers who appreciate speed and aesthetics.\n\n---\n\n## The Automation Cycle\n\nDevon follows a rigorous, multi-phase engineering process:\n\n1.  **Context Mapping**: Devon clones your repo and \"feels\" the structure.\n2.  **Task Decomposition**: It breaks down complex GitHub issues into granular, actionable tasks.\n3.  **Codebase Deep-Dive**: It searches and reads your source code to understand current patterns and dependencies.\n4.  **Strategic Planning**: It generates a curated `plan.md` for your review.\n5.  **Autonomous Execution**: It steps through the plan, writing code and solving the issue.\n\n---\n\n## Installation\n\nDevon uses the [uv](https://github.com/astral-sh/uv) package manager for lightning-fast setup.\n\n```powershell\n# Clone the repository\ngit clone https://github.com/yourusername/devon.git\ncd devon\n\n# Sync dependencies\nuv sync\n```\n\n---\n\n## Quick Start\n\n### 1. Onboard\n\nConnect Devon to your GitHub and point it to your local LLM provider.\n\n```powershell\nuv run devon onboard\n```\n\n### 2. Enter the Lab\n\nLaunch the premium interactive shell.\n\n```powershell\nuv run devon code\n```\n\n### 3. Solve an Issue\n\n```bash\ndevon\u003e /clone my-awesome-project\ndevon\u003e /use my-awesome-project\ndevon\u003e /issues\ndevon\u003e /plan 42\ndevon\u003e /code 42\n```\n\n---\n\n## Interactive Commands\n\n| Command         | Description                                                   |\n| :-------------- | :------------------------------------------------------------ |\n| `/list`         | Fetch and display all your GitHub repositories.               |\n| `/clone \u003crepo\u003e` | Smart clone into `~/.devon/repos/`.                           |\n| `/repos`        | View locally indexed repositories.                            |\n| `/use \u003cname\u003e`   | Select your active workspace context.                         |\n| `/issues`       | Browse open issues in the current repo.                       |\n| `/plan \u003c#\u003e`     | **[AI]** Analyze and create a structured implementation plan. |\n| `/code \u003c#\u003e`     | **[AI]** Execute the plan and write the solution.             |\n| `/model`        | Switch between local LLM models on the fly.                   |\n\n---\n\n## Technical DNA\n\n- **Engine**: Python 3.14+\n- **Brain**: LangGraph + LangChain + Ollama\n- **Parser**: Tree-Sitter (for deep code understanding)\n- **UI**: Rich + Monochrome Design System\n- **API**: PyGithub\n\n---\n\n## Contributing\n\nWe're building the future of autonomous engineering. If you want to contribute, feel free to fork, submit PRs, or open issues.\n\n**Devon is open source and always will be.**\n\n---\n\n\u003cp align=\"center\"\u003e\n  Built with ❤️ for the builders.\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudaykumar-dhokia%2Fdevon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fudaykumar-dhokia%2Fdevon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudaykumar-dhokia%2Fdevon/lists"}