Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.5 KB

File metadata and controls

46 lines (33 loc) · 1.5 KB

LoopEngineering Projects

Welcome to the LoopEngineering repository.

As part of organizing the workspace to optimize functionality and structure, the entire autonomous Maker-Checker agent workflow and its web dashboard have been consolidated under a single directory inspired by Stoic vigilance: prosoche/.

More Projects Coming Soon


📂 Repository Structure

  • prosoche/: The single consolidated folder containing the complete project code, agents, web dashboard, tests, and configurations.
    • loop_agent/: Logic for triage, worker, and verifier agents.
    • ui/: FastAPI web server backend and dashboard templates.
    • tests/: Reorganized test suite.
    • data/: Local state files and execution logs.
    • requirements.txt: Project dependencies.
    • .env: Environment variables and API configurations.

🚀 Quick Start

To run the project, run tests, or view detailed documentation, navigate to the prosoche/ directory:

# Go into the project directory
cd prosoche

# Read the detailed setup instructions
cat README.md

Running Tests

cd prosoche
python3 -m pytest tests/ -v

Launching the Dashboard Server

cd prosoche
python3 -m uvicorn ui.app:app --host 127.0.0.1 --port 8000

Open http://127.0.0.1:8000 in your browser to view the glassmorphic dashboard.