CoolFace
Apppublic

Adiii-85/open-source-maintainer-env

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
0likes
App README

๐Ÿ› ๏ธ Open Source Maintainer Environment

An interactive, containerized environment simulating the daily workflow of an open-source repository maintainer. Built for agentic evaluation as part of the Meta x Scaler OpenEnv Hackathon.

๐Ÿš€ Project Overview

This project provides a robust testing ground for LLM agents. It challenges them to act as repo maintainers by handling tasks such as:

  • โ€”Triaging and labeling frontend UI bugs.
  • โ€”Identifying and safely closing duplicate issues.
  • โ€”Reviewing pull requests and catching algorithmic inefficiencies (e.g., catching O(n^2) time complexity flaws).

โš™๏ธ Tech Stack

  • โ€”Framework: FastAPI / Uvicorn
  • โ€”Core: OpenEnv
  • โ€”LLM Reasoning: Meta Llama-3 (via Hugging Face API)
  • โ€”Deployment: Docker & Hugging Face Spaces

โœ… Validation Status

This environment has been fully containerized and successfully passed the official Meta x Scaler validate-submission.sh compliance checks (3/3 Checks Passed). It is fully ready for multi-mode deployment.

๐Ÿ‘ฅ Team: AI Avengers

  • โ€”Rohit Gupta (Team Lead)
  • โ€”Tannaya Supriya
  • โ€”Aditya Kumar Nayak

Built with โค๏ธ for the OpenEnv Hackathon Round 1