agent active

Prometheus

Maker: EuniAI License: GPL-3.0 Stars: 1.1k First released: 2024-10-14 Language: Python

About

Prometheus was built to close the gap between chat-based coding assistants and verifiable issue resolution: given a GitHub issue, it classifies it, reproduces the bug, generates a repair, and verifies the fix in a containerized environment before responding. Its codebase understanding comes from a Unified Codebase Knowledge Graph built with Tree-sitter ASTs and stored in Neo4j, enabling graph-based semantic search over code structure rather than embedding similarity, with a long-term memory component called Athena. LangGraph state machines orchestrate specialized agents for bug reproduction, feature analysis, and question answering, with PostgreSQL checkpointing so long pipelines resume after failure. The system ships as a FastAPI service backed by Docker-isolated test execution rather than an interactive terminal tool. EuniAI reports top-five SWE-bench leaderboard placement (top-1 with GPT-5), and engineering teams use it as an autonomous service for triaging and fixing repository issues.