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
- 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.
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.mdcd prosoche
python3 -m pytest tests/ -vcd prosoche
python3 -m uvicorn ui.app:app --host 127.0.0.1 --port 8000Open http://127.0.0.1:8000 in your browser to view the glassmorphic dashboard.