explaingit

jeffgreen311/eve-agent-v2-unleashed

13PythonAudience · vibe coderComplexity · 3/5LicenseSetup · moderate

TLDR

An autonomous AI coding assistant that runs locally via Ollama, taking a task description and writing, testing, and fixing code across multiple files without step-by-step guidance, served through a cyberpunk web interface at localhost:7777.

Mindmap

mindmap
  root((repo))
    What it does
      Autonomous coding agent
      Runs locally via Ollama
      No step-by-step guidance
    Tools Available
      Shell commands
      File read and write
      Git commits
      Web search via Tavily
    Interface
      Web UI at localhost 7777
      Cyberpunk theme
      Slash commands
    Models
      2.6GB default model
      Up to 480B cloud option
      Fine-tuned Qwen
    Extra Features
      Quest system
      Telegram notifications
      Windows batch launcher
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Things people build with this

USE CASE 1

Describe a feature you want built and let the agent write, test, and debug the code automatically without interrupting you.

USE CASE 2

Drop a Markdown task file into the quest folder and have the agent autonomously complete it while you step away.

USE CASE 3

Get Telegram notifications on your phone when a long-running coding task finishes on your local machine.

USE CASE 4

Use slash commands to trigger code reviews or refactoring passes without writing a full prompt each time.

Tech stack

PythonOllamaQwenFastAPITavily

Getting it running

Difficulty · moderate Time to first run · 30min

Requires Ollama installed and a compatible model pulled from the project's Ollama or Hugging Face page before the agent can run.

Use freely for any purpose including commercial use, as long as you keep the copyright notice.

In plain English

Eve Agent V2 Unleashed is a Python application that gives you an autonomous AI coding assistant running on your own computer. It connects to Ollama, a tool for running large language models locally, and uses those models to plan and execute programming tasks from start to finish without you having to guide each step. You describe what you want built, and the agent reads your project, writes code across multiple files, runs tests, and fixes errors on its own. The agent runs up to 40 rounds of tool calls per task. The tools it can use include running shell commands, reading and writing files, searching through code with grep, making git commits, and fetching pages from the web. It also supports live web search through a service called Tavily. The interface is a web page served at localhost:7777 with a cyberpunk visual theme. The project ships several custom AI model variants, ranging from a 2.6 GB model that runs on most GPUs to an optional 480B parameter cloud model accessible through Ollama. The default models are fine-tuned versions of Qwen models with a custom persona. Installation requires Ollama to already be installed and a model pulled from the project's Ollama or Hugging Face pages. The README describes a test where the agent was given a single prompt to build a FastAPI server with a test suite, and all nine tests passed on the first attempt without corrections. Additional features include slash commands for common tasks like code review and refactoring, a quest system where you drop a Markdown file into a folder and the agent runs it automatically, Telegram notifications for mobile access, and Windows-native support with a one-click batch file launcher. Licensed under MIT.

Copy-paste prompts

Prompt 1
I want Eve Agent V2 to build a FastAPI CRUD server with SQLite and a full test suite. Write me the exact prompt to paste into the agent so it creates the project, writes all routes, adds tests, and fixes failures on its own.
Prompt 2
How do I install and set up Eve Agent V2 Unleashed on a machine with an 8GB GPU? Which Ollama model should I pull and what is the exact pull command?
Prompt 3
Create a quest Markdown file for Eve Agent V2 that tells the agent to add JWT authentication to an existing FastAPI project, including tests for login and protected routes.
Prompt 4
How do I configure Telegram notifications in Eve Agent V2 so I receive a message on my phone when a coding task finishes?
Prompt 5
What slash commands does Eve Agent V2 Unleashed support and what does each one trigger?
Open on GitHub → Explain another repo

← jeffgreen311 on gitmyhub — every repo by this author, as a profile.

Verify against the repo before relying on details.