CoolFace
Apppublic

AmitKumar2801/pytorch-hackathon-2026

sourceHugging Facemitupdated 6mo agoView on Hugging Face
0likes
App README

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

Advanced Cognitive Agent Environment (OpenEnv)

Meta PyTorch Hackathon (Scaler School of Technology) - Round 1 Submission

๐Ÿ“Œ Overview

This repository hosts a robust, containerized environment designed to evaluate autonomous LLM reasoning capabilities. Built using the OpenEnv specification, it simulates a dynamic real-world sequential task execution environment suitable for AI agent interaction and training.

๐Ÿš€ Key Features

  • โ€”Standardized Logging: Implements professional logging modules utilizing [START], [STEP], and [END] markers for precise automated scoring.
  • โ€”API Readiness: Built with FastAPI, exposing a /health endpoint for orchestration and readiness probes.
  • โ€”Configurable Dynamics: Fully integrated with API_BASE_URL and MODEL_NAME via environment variables.
  • โ€”Dockerized: Packaged for seamless deployment on Hugging Face Spaces.

๐Ÿ“ Repository Structure

  • โ€”inference.py: Core execution script managing the agent's evaluation sequence and state logging.
  • โ€”openenv.yaml: Metadata configuration defining the environment's capabilities and sequential task definitions.
  • โ€”main.py: FastAPI server script.
  • โ€”Dockerfile & requirements.txt: Environment dependencies and container configuration.

๐Ÿ› ๏ธ Usage

To run the environment locally:

bash
pip install -r requirements.txt
python inference.py